home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Updater⁄Infos / Frontier 2.0 => 2.0.1 Upgrader / Install Files / DocServer Docs / abs < prev    next >
Text File  |  1993-02-25  |  427b  |  14 lines

  1.  
  2. Verb    abs
  3. Syntax    abs (number)
  4. Parameters    number is a number whose absolute value you wish to find.
  5. Action    Calculates the absolute value of number, where absolute value is defined as number without any leading sign.
  6. Returns    The absolute value of number.
  7. Examples    abs (43)
  8.     » 43
  9. abs (–43)
  10.     » 43
  11. abs (-3.2)
  12.     » 3.2
  13. Notes    number can be any of the following types: charType, intType, longType, singleType, doubleType, or fixedType.
  14.